Returns the String passed with leading (left side) whitespaces removed.
Syntax |
|---|
|
result = LTrim( SourceString ) |
|
result = stringVariable.LTrim( ) |
Parameters |
||
|---|---|---|
|
SourceString |
The source, a copy of which, to be returned with leading whitespaces removed. |
|
Return Value |
||
|---|---|---|
|
Result |
SourceString with leading whitespaces removed. |
|